Qt (framework)

Qt
Qt-logo.svg
Qt Designer 4 4 3.png
The Qt designer used for GUI designing
Developer(s) Nokia
Stable release 4.6.3[1] / June 8, 2010; 8 months ago (2010-06-08)
Development status Active
Written in C++
Operating system Cross-platform
Type Application framework
License GNU LGPL 2.1
GNU GPL 3, with Qt special exception
Commercial Developer License[2]
Website qt.nokia.com

Qt (pronounced officially as cute (/kyut/) though commonly pronounced as Q.T. (/ˈkyu ti/)[3][4]) is a cross-platform application development framework widely used for the development of GUI programs (in which case it is known as a widget toolkit), and also used for developing non-GUI programs such as console tools and servers. Qt is most notably used in Google Earth, KDE, Opera (before 10.60 version), OPIE, Skype, MO-Call, VLC media player and VirtualBox. It is produced by Nokia's Qt Development Frameworks division, which came into being after Nokia's acquisition of the Norwegian company Trolltech, the original producer of Qt, on June 17, 2008.[5]

Qt uses standard C++ but makes extensive use of a special pre-processor (called the Meta Object Compiler, or moc) to enrich the language. Qt can also be used in several other programming languages via language bindings. It runs on all major platforms and has extensive internationalization support. Non-GUI features include SQL database access, XML parsing, thread management, network support, and a unified cross-platform API for file handling.

Distributed under the terms of the GNU Lesser General Public License (among others), Qt is free and open source software. All editions support a wide range of compilers, including the GCC C++ compiler and the Visual Studio suite.

Contents

History

Haavard Nord and Eirik Chambe-Eng (the original developers of Qt and the CEO and President, respectively, of Trolltech) began development of "Qt" in 1991, three years before the company was incorporated as Quasar Technologies, then changed the name to Troll Tech and then to Trolltech.

The toolkit was called Qt because the letter Q looked appealing in Haavard's Emacs font, and "t" was inspired by Xt, the X toolkit.[6]

The first two versions of Qt had only two flavors: Qt/X11 for Unix and Qt/Windows for Windows. The Windows platform was only available under a proprietary license, which meant free/open source applications written in Qt for X11 could not be ported to Windows without purchasing the proprietary edition. At the end of 2001, Trolltech released Qt 3.0, which added support for Mac OS X. The Mac OS X support was available only in the proprietary license until June 2003, when Trolltech released Qt 3.2 with Mac OS X support available under the GPL.

Nokia acquired Trolltech ASA in 2008 and changed the name first to Qt Software, then to Qt Development Frameworks. Since then it focused on Qt development to turn it into the main development platform for its devices, including a port to the Symbian S60 platform. Version 1.0 of the Nokia Qt SDK was released on 23 June 2010.[7] The source code was made available over Gitorious, a community oriented git source code repository, in order to gather an even broader community that is not only using Qt but also helping to improve it.

Licensing

At all times, Qt was available under a commercial license that allows the development of proprietary applications without restrictions on licensing. In addition to that, Qt has been gradually made available under a number of increasingly free licenses. At present, Qt is available under the GNU Lesser General Public License, making it available for use in both proprietary and free software.

Until version 1.45, source code for Qt was released under the FreeQt license. This was viewed as not compliant with the open source principle by the Open Source Initiative and the free software definition by Free Software Foundation because while the source was available, it did not allow the redistribution of modified versions.

Controversy erupted around 1998 when it became clear that KDE was going to become one of the leading desktop environments for Linux. As KDE was based on Qt, many people in the free software movement worried that an essential piece of one of their major operating systems would be proprietary.

With the release of version 2.0 of the toolkit, the license was changed to the Q Public License (QPL), a free software license but one regarded by the Free Software Foundation as incompatible with the GPL. Compromises were sought between KDE and Trolltech whereby Qt would not be able to fall under a more restrictive license than the QPL, even if Trolltech was bought out or went bankrupt. This led to the creation of the KDE Free Qt foundation, which guarantees that Qt would fall under a BSD-style license should no free/open source version of Qt be released during 12 months.

This gave rise to two efforts: the Harmony toolkit, which sought to duplicate Qt under a free software license, and the GNOME desktop, which intended to supplant KDE entirely. The GNOME Desktop uses the GTK+ toolkit, which was originally written for the GIMP and primarily uses the C programming language.

In 2002, members of the KDE on Cygwin project began porting the GPL licensed Qt/X11 code base to Windows.[8] This was in response to Trolltech's refusal to license Qt/Windows under the GPL on the grounds that Windows was not a free/open source software platform.[9][10] The project achieved reasonable success although it never reached production quality.

This was resolved when Trolltech released Qt/Windows 4 under the GPL in June 2005. Qt 4 now supports the same set of platforms in the free software/open source editions as in the proprietary edition, so it is now possible to create GPL-licensed free/open source applications using Qt on all supported platforms. The GPL v3 with special exception[11] was later added as an additional licensing option. The GPL exception allows the final application to be licensed under various GPL-incompatible free software/open source licenses such as the Mozilla Public License.

As announced on January 14, 2009, Qt version 4.5 added another option, the LGPL,[12] which should make Qt even more attractive for non-GPL open source projects and for closed applications.[13]

Platforms

Qt is released by Nokia on the following platforms:

External ports

Since Nokia opened the Qt source code to the community on Gitorious various ports have been appearing. Here are some of them:

Varieties

In addition to the editions of Qt above, the following products exist but commercial support and development has stopped[32][33]:

There are three editions of Qt available on each of these platforms, namely:

Current

Trolltech released Qt 4.0 on June 28, 2005 and introduced five new technologies in the framework:

Qt 4.1, released on December 19, 2005, introduced integrated SVG Tiny support, a PDF backend to Qt's printing system, and a few other features.

Qt 4.2, released on October 4, 2006, introduced Windows Vista support, introduced native CSS support for widget styling, as well as the QGraphicsView framework for efficient rendering of thousands of 2D objects onscreen, to replace Qt 3.x's QCanvas class.

Qt 4.3, released on May 30, 2007, improved Windows Vista support, improved OpenGL engine, SVG file generation, added QtScript (ECMAScript scripting engine based on QSA).[34]

Qt 4.4, released on May 6, 2008. Features included are improved multimedia support using Phonon, enhanced XML support, a concurrency framework to ease the development of multi-threaded applications, an IPC framework with a focus on shared memory, and WebKit integration.

Qt 4.5, released on March 3, 2009. Major included features are QtCreator, improved graphical engine, improved integration with WebKit, OpenDocument Format write support and new licensing options, as well as Mac OS X Cocoa framework support.

Qt 4.6, released on December 1, 2009. New APIs are Framework Animation, Gestures, Multi-touch. Now supports (as Tier 1) Symbian and (as Tier 2) Windows 7 and Mac OS X 10.6, support extended for some UNIX systems. Improvements have also been made to overall performance.

Modules

Modules for general software development

Modules for working with Qt's tools

Modules for Unix developers

Modules for Windows developers

Bindings

As shown in the table below, Qt has a range of bindings for various languages[36] that implement some or all of its feature set.

Qt language bindings
language name - description of binding QtCore QtDesigner QtGui QtNetwork QtOpenGL QtSql QtScript QtSvg QtTest QtUiTools QtWebKit QtXml license for open-source apps license for proprietary apps
Ada QtAda Yes Yes Yes No[37] Yes Yes No No No Yes No Yes GPL GMGPL + fee
C++ Qt – native C++ Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes LGPL LGPL or Proprietary + fee
C# & .NET Qyoto – See also Kimono for KDE Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes
C# & .NET qt4dotnet LGPL LGPL
D QtD
Haskell Qt Haskell
Harbour hbqt Yes No Yes No No No No No No No No GPL LGPL like
Java Qt Jambi Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes LGPL LGPL
Lisp CommonQt – Bindings for Common Lisp Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes BSD License BSD License
Lua lqt - Bindings Yes No[38] Yes Yes Yes No Yes Yes No No Yes No MIT MIT
Lua QtLua - Bindings and script engine LGPL LGPL
Pascal FreePascal Qt4
Perl PerlQt4 Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes GPL No
PHP PHP-Qt Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes LGPL LGPL
Python PyQt – has an associated text (ISBN 0132354187). Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes GPL Proprietary + fee
Python PySide – from OpenBossa (a subsidiary of Nokia). Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes LGPL LGPL
Python PythonQt LGPL LGPL
R qtbase Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes GPL No
Ruby QtRuby Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes LGPL LGPL
Tcl qtcl GPL No
language name & description of binding QtCore QtDesigner QtGui QtNetwork QtOpenGL QtSql QtScript QtSvg QtTest QtUiTools QtWebKit QtXml license for open-source apps license for proprietary apps

Communities

Migration tools

Design

The innovation of Qt when it was first released relied on a few key concepts.

Use of native UI-rendering APIs

Qt used to emulate the native look of its intended platforms, which occasionally led to slight discrepancies where that emulation was imperfect. Recent versions of Qt use the native APIs of the different platforms to draw the Qt controls, and so do not suffer from such issues.[39]

Meta object compiler

Known as the moc, this is a tool that is run on the sources of a Qt program. It interprets certain macros from the C++ code as annotations, and uses them to generate additional C++ code with "Meta Information" about the classes used in the program. This meta information is used by Qt to provide programming features not available natively in C++: the signal/slot system, introspection and asynchronous function calls.

QtScript ECMAScript interpreter

Qt Script for Applications is a cross-platform toolkit that allows developers to make their Qt/C++ applications scriptable using an interpreted scripting language: Qt Script (based on ECMAScript/JavaScript).

From Qt 4.3.0 onward, the scripting API,[40] which is based on QSA,[41] is integrated as a core part of Qt and is no longer a separate library.

Qt hello world

#include <QtGui>
 
int main(int argc, char *argv[])
{
    QApplication app(argc, argv);
    QLabel label("Hello, world!");
    label.show();
    return app.exec();
}

Compiling and executing Qt hello world program

1. Create a folder named Hello
2. Copy paste the above program as Hello.cpp in folder Hello
3. At Hello folder run

 a. qmake -project
 b. qmake
 c. make/gmake/nmake - as needed by OS and compiler environment

4. Execute ./release/Hello (Or release\Hello.exe in Windows)

Application development support

There are many applications already written for Maemo based on the previous Internet Tablets. The Nokia N900 also supports Qt. The Forum Nokia Wiki has quality-controlled articles that support Qt development. The Maemo operating system has a development group on the Forum Nokia Wiki at Forum Nokia Wiki Maemo.
The Qt for Symbian development group has many quality-controlled articles available.

Uses

Environments

Window Managers for the X Window system

The following window managers utilize the Qt toolkit:

Applications

See also

References

  1. "Nokia Releases Qt 4.6.3". 08 June 2010. http://qt.nokia.com/about/news/nokia-releases-qt-4.6.3. Retrieved 2010-06-13. 
  2. "Qt Licensing". http://www.qtsoftware.com/products/licensing. Retrieved 2010-02-19. 
  3. "That Smartphone Is So Qt". Ashlee Vance. The New York Times. 16 February 2010. http://bits.blogs.nytimes.com/2010/02/16/that-smartphone-is-so-qt/. Retrieved 2010-02-19. 
  4. "The Qt 4 Dance" (video). http://video.google.com/videoplay?docid=-1435432529445611697. Retrieved 2010-02-19. 
  5. Qt Software — Nokia acquired Trolltech
  6. "A Brief History of Qt". http://safari.oreilly.com/0131872494/pref04. Retrieved 2007-12-20. 
  7. http://labs.trolltech.com/blogs/2010/06/23/nokia-qt-sdk-10-released/
  8. Q../Windows Edition history, 5 June 2006
  9. E-mail to the kde-cygwin mailing list by Chris January, 4 February 2003
  10. Qt Non-commercial FAQ, 5 October 2003
  11. Nokia Corporation Qt GPL Exception Version 1.3
  12. LGPL License Option Added to Qt January 14, 2009
  13. ICS Whitepaper on the Implications of Qt under LGPL for Commercial and Government users
  14. Qt Software — Qt for Windows CE
  15. Nokia - Nokia enriches application development with Qt for S60
  16. Qt for S60 - Forum Nokia Wiki
  17. Symbian - Nokia enriches application development with Qt for S60
  18. All About Symbian - Nokia Announce Technology preview of Qt on S60
  19. ars technica - Nokia releases first Qt preview for Symbian S60
  20. Qt Labs Blogs - We’re porting Qt to S60!
  21. Qt Software — Technology Preview - Qt for S60
  22. Qt Software — How to get Qt running on your S60 phone
  23. David Wood: S60 / Avkon are dead
  24. KDE on OpenSolaris
  25. Qt4 for Haiku?
  26. Qt 4 Application and UI Framework for eCS
  27. Experimental development of qt for the iPhone
  28. Qt android port
  29. Qt webOS port
  30. Blog: Qt on the Palm Pre
  31. Blog: Qt on Amazon Kindle DX
  32. Qt Software — Discontinues Qt Extended
  33. Qt Software — To discontinue Qt Jambi after 4.5 release
  34. Trolltech: What’s New in Qt 4.3
  35. [1]
  36. QT Language Bindings
  37. [2] Supported Qt modules in QtAda
  38. [3] Supported Qt modules in lqt
  39. Products - Qt – A cross-platform application and UI framework 'Qt uses the native graphics APIs of each platform it supports, taking full advantage of system resources and ensuring that applications have native look and feel.'
  40. Qt 4.3: QtScript Module
  41. QSA 1.2: Qt Script for Applications
  42. http://www.antico.netsons.org/index.html
  43. Qt Software — Qt in use - Skype
  44. TOra uses the Qt library

Bibliography

External links